6f2d268aee915e36b508d118a36488730cf4fcca
[ostree.git] /
1 From 0c2a325a19dc80097bebd86fe77dfc0bfbcdaab6 Mon Sep 17 00:00:00 2001
2 From: Colin Walters <walters@verbum.org>
3 Date: Mon, 28 Mar 2011 17:17:35 -0400
4 Subject: [PATCH] configure: Allow specifying --with-distro=generic
5
6 This option is useful if we simply don't need any legacy integration.
7 ---
8  configure.ac |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/configure.ac b/configure.ac
12 index 98e2b04..b940d50 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -128,7 +128,7 @@ if test "z$with_distro" = "z"; then
16         exit 1
17  else
18         case $with_distro in
19 -               redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
20 +               generic|redhat|suse|gentoo|debian|slackware|arch|paldo|frugalware|mandriva|pardus|linexa|exherbo) ;;
21                 *)
22                         echo "Your distribution (${with_distro}) is not yet supported!  (patches welcome)"
23                         exit 1
24 -- 
25 1.7.4
26